home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 March
/
CHIP Mart 1997.iso
/
SurfCam
/
SURFCAM.Z
/
CINCINAT.L2
< prev
next >
Wrap
Text File
|
1996-04-01
|
3KB
|
123 lines
name Cincinatti
O >4
N >3
G >2
X ->34
Z ->34
D >2
I ->34
K ->34
U ->34
W ->34
P ->34
Q ->34
R ->34
F >33
V 2
T 4
S >4
M >2
ModalGs 0 1 2 3 73 76 80 81 82 83 84 85 # List of g codes that are modal
First#? N # Y or N 'Output 1st sequence no.
Sequence#s N 1 10 10 # Char, freq, incr & start
Comment ( ) # Begin End comment char.
HCode Z # X or X U 'Horizontal char.
VCode X # Y or Y V 'Vertical char.
FeedCode F # Feed rate char.
Spindle 13 14 19 # Cw, ccw & stop m codes
Coolant 8 9 7 # On, Off & Mist m codes
SpeedType G 97 96 # CSS and RPM g codes
FeedType G 95 94 # IPR & IPM g codes
ByDiameter? N # Y or N 'Output X val. by diameter
CtrIncremental? Y # Y or N 'Inc or abs I & J
ByQuadrants? N # Y or N 'Break arcs at quadrants
Inc/Abs G 91 90 # Inc & Abs char. & values
Inch/MM 70 71 # Inch & Metric g codes
CtrCode K I # I J or R or I J K L
Feed G21 # Linear move
Rapid G0 # Rapid positioning word
Cw G22 # Circular move clockwise
Ccw G23 # Circular move counter clockwise
UppercaseComments? Y # Y or N 'Require uppercase comments
Drill # Drilling canned/manual cycle
G0 Z[SClear]
G1 Z[H]
G0 Z[SClear]
end
Peck # Pecking canned/manual cycle
none
end
Tap # Tapping canned/manual cycle
G84 Z[H] F[FRate]
end cancel
Ream # Reaming canned/manual cycle
G85 Z[H] F[FRate]
end cancel
Bore # Boring canned/manual cycle
G74 R0
G74 Z[H] R[SClear] F[FRate]
end
Cancel # Cancel a canned/manual cycle
G80
end
StartCode # Start of the program
end
1stToolChange # First tool change
O[Comp] G90 S[Speed] M42
G[FeedType] M31
G92 S[MaxRPM]
G0 X.4 Z.4
M[Direct]
V77 T[Tool] M6
G0 X[V] Z[H] M32
G[SpeedType] R[V] S[Speed]
End
Infeed # Enable cutter comp
G21 X[V] Z[H] D[Dcomp] F[FRate]
end
Outfeed # Disable cutter comp
G21 X[V] Z[H] F[FRate]
end
AutoThread # Automatic thread canned cycle
G33
End
ToolChange # Secondary tool changes
O[Comp] G90 S[Speed] M42
G[FeedType] M31
G92 S[MaxRPM]
G0 X.4 Z.4
M[Direct]
V77 T[Tool] M6
G0 X[V] Z[H] M32
G[SpeedType] R[V] S[Speed]
End
EndCode # End of the program
G0 X[EndV] Z[EndH]
M30
End